home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / files / gs_dpnxt.ps < prev    next >
Text File  |  1997-04-20  |  1KB  |  31 lines

  1. %    Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % gs_dpnxt.ps
  16. % NeXT Display PostScript extensions
  17.  
  18. /sizeimage {        % <x> <y> <width> <height> <matrix> sizeimage
  19.             %   <pixelswide> <pixelshigh> <bits/sample> <matrix>
  20.             %   <multiproc> <ncolors>
  21.   /sizeimage cvx /undefined signalerror        % ****** NYI ******
  22. } odef
  23.  
  24. /readimage {        % <x> <y> <width> <height> <proc_0> [... <proc_N-1>]
  25.             %   <string> <alpha_bool> readimage -
  26.   /readimage cvx /undefined signalerror        % ****** NYI ******
  27. } odef
  28.